| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVRGetTiltAngle function to get the tilt angle of a QuickTime VR movie.
float QTVRGetTiltAngle (QTVRInstance qtvr);
The QTVRGetTiltAngle function returns, as its function result, a floating-point value that represents the current tilt angle of the QuickTime VR movie specified by the qtvr parameter.
Use QTVRSetTiltAngle (next) to set the tilt angle of a movie. Listing 2-4 illustrates the use of QTVRGetTiltAngle .
| Previous | Chapter contents | Chapter top | Section top | Next |